home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / inet_tcp / freetcp / docs / ns2000.txt next >
Encoding:
Text File  |  1995-08-01  |  4.7 KB  |  103 lines

  1.  
  2. These instructions were included with the NE2000 compatible driver on
  3. Hobbes (\os2\32bit\network\ndis\ns2000.zip). 
  4.  
  5. Note that the instructions below are completely irrelevant to our purposes
  6. since they are for IBM's LAPS setup routine. We are doing it the hard way,
  7. installing the driver manually :-).
  8.  
  9. Original text follows.
  10. --------
  11.  
  12. The two files included with this README document provide an OS/2 NDIS driver
  13. for the National Semiconductor NS2000 ethernet adapter, an NE2000-compatible
  14. adapter.  The files included are NS2000.NIF and NS2000.OS2.  You may want to
  15. store these files, along with this documentation, on a floppy disk for later
  16. use in case you need to restore the system.
  17.  
  18. I received these files from a person who claims that they are available on 
  19. National Semiconductor's support BBS, wherever that is.  All I know is that 
  20. these files have ended my five-week quest to get IBM's TCP/IP for OS/2 
  21. working with my NE2000-compatible ethernet adapter.
  22.  
  23. INSTALLING THE DRIVER
  24.  
  25. I've only tested this driver with LAPS, as part of an IBM TCP/IP for OS/2
  26. installation.  All I had to do to install the driver is edit the NIF file, 
  27. copy both files to my \IBMCOM\MACS directory, and configure LAPS to use the 
  28. NS2000 driver.  However, I should make clear right now that I don't know
  29. much about networking at the transport layer, so follow these installation
  30. instructions at your own risk.
  31.  
  32. 1) Edit the NIF file.
  33.    You must be certain that three pieces of information in the NIF file
  34.    are correct: the file path, the interrupt, and the I/O base address.
  35.    
  36.    (a) PATH: Under the [FILE] section of the NIF file, use the "Path" line to
  37.    specify the path where your other NDIS drivers are.  The default is:
  38.  
  39.    Path = C:\IBMCOM\MACS
  40.  
  41.    I'm not sure if the spaces around the "=" sign are important; it is 
  42.    probably best to leave them there, just in case.
  43.    
  44.    If you installed to a disk other than drive C, or to a directory other
  45.    than C:\IBMCOM\MACS, you should edit the Path line to specify the correct
  46.    directory.  If you aren't sure, look for a directory containing mainly
  47.    *.NIF and *.OS2 files, probably in a directory called MACS.
  48.  
  49.    (b) INTERRUPT: Under the [interrupt] section of the NIF file, use the 
  50.    "default" line to specify the interrupt, or IRQ, of your NE2000-compatible 
  51.    ethernet adapter.  For example, my card runs on IRQ 10, so I've specified:
  52.  
  53.    default = 10
  54.  
  55.    If your ethernet adapter runs on an IRQ other than 10, edit the line to
  56.    specify the correct IRQ.  IMPORTANT: be sure you are working under the 
  57.    [interrupt] section of the NIF file.
  58.  
  59.    (c) I/O BASE ADDRESS: Under the [iobase] section of the NIF file, use the
  60.    "default" line to specify the memory address that your NE2000-compatible 
  61.    ethernet adapter uses for I/O.  You specify this number in hexadecimal 
  62.    notation.  For example, my card uses address 320 hexadecimal, so I've 
  63.    specified:
  64.  
  65.    default = 320
  66.  
  67.    If your ethernet adapter uses an address other than 320 hex, edit the line 
  68.    to specify the correct IRQ.  IMPORTANT: be sure you are working under the 
  69.    [iobase] section of the NIF file.
  70.  
  71. 2) Copy the edited NS2000.NIF and NS2000.OS2 to the directory you specified 
  72.    in step 1(a), above.  Again, the default is the directory \IBMCOM\MACS on 
  73.    your boot drive.
  74.  
  75. 3) Change directory to the directory where LAPS is installed (normally the
  76.    \IBMCOM directory on your boot drive) and start the LAPS configuration
  77.    program, LAPS.EXE.  When it starts, press the "Configure" button.  An
  78.    adapter configuration window appears.
  79.  
  80.    (a) If you have previously tried to use another driver that didn't work,
  81.    you should remove it from the list at the bottom of the configuration
  82.    window before you install the new drivers.
  83.    
  84.    (b) Scroll through the list of NDIS drivers in the top-left pane of the
  85.    configuration window until you find "NS2000 (NE2000-compatible)".  Click 
  86.    on the NS2000 entry in the list to select it, then press the "Add" button
  87.    under the drier list.  You should see an entry for the NS2000 driver appear 
  88.    in the bottom pane of the configuration window.
  89.  
  90.    (c) Scroll through the list of protocols in the top-right pane of the
  91.    configuration window until you find a protocol (TCP/IP, for example) that
  92.    you want to run on your ethernet adapter.  Click on the protocol entry to 
  93.    select it, the press the "Add" button under protocol list.  You should see 
  94.    an entry for the protocol appear under the NS2000 entry in the bottom pane 
  95.    of the configuration window.
  96.  
  97.    (d) Close the configuration window and exit LAPS.
  98.  
  99.    (e) Shut down and reboot.  Watch the screen for messages about the NS2000.
  100.    If there are no error messages, your card should be up and running.
  101.  
  102.  
  103.